home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / PacManicWorlds3D / PacManic_Demo.exe / {app} / data.000 / scripts / models.script next >
Text File  |  2004-07-12  |  3KB  |  269 lines

  1.  
  2. // menu cursor
  3. menuCursor
  4. {
  5.     {
  6.         model models/menu/cursor.3dm
  7.         scale 0.007
  8.         animation hunt 0 8 10
  9.         animation run 9 17 10
  10.     }
  11. }
  12.  
  13. trash
  14. {
  15.     type trash
  16.     {
  17.         model models/trash.3dm
  18.     }
  19. }
  20.  
  21.  
  22. helicopter
  23. {
  24.     type player
  25.     {
  26.         model models/pacman.3dm
  27.         scale 0.28
  28.         animspeed 10
  29.     }
  30. }
  31.  
  32.  
  33. CyberFabric
  34. {
  35.     {
  36.         model models/factory.3dm
  37.         scale 0.5
  38.         animspeed 35
  39.     }
  40. }
  41.  
  42. Teleporter
  43. {
  44.     {
  45.         model models/Portal.3dm
  46.         scale 1.7
  47.     }
  48. }
  49.  
  50. ghost01
  51. {
  52.     type guard
  53.     {
  54.         model models/ghost.3dm
  55.         animation hunt 0 8 10
  56.         animation run 9 17 35
  57.  
  58.         scale 0.5
  59.         aiSpeed 20 100
  60.         aiViewArea 20
  61.  
  62.         name ghost_green
  63.     }
  64. }
  65.  
  66. ghost02
  67. {
  68.     type guard
  69.     {
  70.         model models/ghost.3dm
  71.         animation hunt 0 8 10
  72.         animation run 9 17 35
  73.  
  74.         scale 0.5
  75.         aiSpeed 36 100
  76.         aiViewArea 20
  77.         
  78.         name ghost_red
  79.     }
  80. }
  81.  
  82. ghost03
  83. {
  84.     type guard
  85.     {
  86.         model models/ghost.3dm
  87.         animation hunt 0 8 10
  88.         animation run 9 17 35
  89.  
  90.         scale 0.5
  91.         aiSpeed 30 100
  92.         aiViewArea 20
  93.  
  94.         name ghost_magent
  95.     }
  96. }
  97.  
  98. ghost04
  99. {
  100.     type guard
  101.     {
  102.         model models/ghost.3dm
  103.         animation hunt 0 8 10
  104.         animation run 9 17 35
  105.  
  106.         scale 0.5
  107.         aiSpeed 27 100
  108.         aiViewArea 20
  109.  
  110.         name ghost_yelow
  111.     }
  112. }
  113.  
  114. powerTablet
  115. {
  116.     type tablet
  117.     {
  118.         model models/power.3dm
  119.         scale 0.3
  120.     }
  121. }
  122.  
  123. pacmanDie
  124. {
  125.     {
  126.         life 1.5
  127.         count 17
  128.         name watersparks
  129.         map pacDie
  130.         scale 2
  131.         randvel cRand 4 5 cRand 4
  132.         scalerate 0.3
  133.         scaleBetween 1 1.7
  134.         fade
  135.         offset crand 4 crand 4 crand 4
  136.         accel 0 0.11 0
  137.     }
  138. }
  139.  
  140. score50
  141. {
  142.     {
  143.         count 1
  144.         name score50
  145.         map score50map
  146.         scale 7.0
  147.         life 2.0
  148.         fadein 0.6
  149.         randvel crand 0 rand 0.0 crand 0
  150.         offset 0 10 0
  151.         accel 0 0.04 0
  152.     }
  153. }
  154.  
  155. score100
  156. {
  157.     {
  158.         count 1
  159.         name score100
  160.         map score100map
  161.         scale 7.0
  162.         life 2.0
  163.         fadein 0.6
  164.         randvel crand 0 rand 0.0 crand 0
  165.         offset 0 10 0
  166.         accel 0 0.04 0
  167.     }
  168. }
  169.  
  170.  
  171. score200
  172. {
  173.     {
  174.         count 1
  175.         name score200
  176.         map score200map
  177.         scale 7.0
  178.         life 2.0
  179.         fadein 0.6
  180.         randvel crand 0 rand 0.0 crand 0
  181.         offset 0 10 0
  182.         accel 0 0.04 0
  183.     }
  184. }
  185.  
  186. score400
  187. {
  188.     {
  189.         count 1
  190.         name score400
  191.         map score400map
  192.         scale 7.0
  193.         life 2.0
  194.         fadein 0.6
  195.         randvel crand 0 rand 0.0 crand 0
  196.         offset 0 10 0
  197.         accel 0 0.04 0
  198.     }
  199. }
  200.  
  201.  
  202. score800
  203. {
  204.     {
  205.         count 1
  206.         name score800
  207.         map score800map
  208.         scale 7.0
  209.         life 2.0
  210.         fadein 0.6
  211.         randvel crand 0 rand 0.0 crand 0
  212.         offset 0 10 0
  213.         accel 0 0.04 0
  214.     }
  215. }
  216.  
  217. score1600
  218. {
  219.     {
  220.         count 1
  221.         name score1600
  222.         map score1600map
  223.         scale 7.0
  224.         life 2.0
  225.         fadein 0.6
  226.         randvel crand 0 rand 0.0 crand 0
  227.         offset 0 10 0
  228.         accel 0 0.04 0
  229.     }
  230. }
  231. bonusBanana
  232. {
  233.     type bonus
  234.     {
  235.         model models/bonus2.3dm
  236.     }
  237. }
  238.  
  239. bonusChery
  240. {
  241.     type bonus
  242.     {
  243.         model models/bonus1.3dm
  244.     }
  245. }
  246.  
  247. bonusKlubnika
  248. {
  249.     type bonus
  250.     {
  251.         model models/bonus3.3dm
  252.     }
  253. }
  254.  
  255. bonusArbuz
  256. {
  257.     type bonus
  258.     {
  259.         model models/bonus4.3dm
  260.     }
  261. }
  262.  
  263. bonusIceCream
  264. {
  265.     type bonus
  266.     {
  267.         model models/bonus5.3dm
  268.     }
  269. }